React——组件的生命周期函数
每一个组件都有一些生命周期函数。 当组件实例被创建并且会插入到DOM中,下面这些函数会被调用 constructor componentWillMount render componentD ...
每一个组件都有一些生命周期函数。 当组件实例被创建并且会插入到DOM中,下面这些函数会被调用 constructor componentWillMount render componentD ...